Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / ListChangedEventArgs<T> Class
Properties


In This Topic
    ListChangedEventArgs<T> Class Members
    In This Topic

    The following tables list the members exposed by ListChangedEventArgs<T>.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ListChangedEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the type of action being performed on the old and new items in list.  
    Public PropertyGets the start index of the changed items.  
    Public PropertyGets the new items (changed or newly added items).  
    Public PropertyGets the old items (removed items or items that are going to be changed).  
    Top
    See Also